mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
clippy: Fix missing indentation in comments and remove on unecessary cast (#33026)
* Add missing indendations in comments. Signed-off-by: Daniel Frantes <danfrantes@seznam.cz> * Fix test tidy error Signed-off-by: Daniel Frantes <danfrantes@seznam.cz> --------- Signed-off-by: Daniel Frantes <danfrantes@seznam.cz>
This commit is contained in:
parent
ea5cf75169
commit
5d6840873a
4 changed files with 5 additions and 6 deletions
|
@ -89,7 +89,7 @@ static DEFAULT_REPLACED_HEIGHT: i32 = 150;
|
|||
/// specification:
|
||||
///
|
||||
/// * Several fragments may correspond to the same CSS box or DOM node. For example, a CSS text box
|
||||
/// broken across two lines is represented by two fragments.
|
||||
/// broken across two lines is represented by two fragments.
|
||||
///
|
||||
/// * Some CSS fragments are not created at all, such as some anonymous block fragments induced by
|
||||
/// inline fragments with block-level sibling fragments. In that case, Servo uses an `InlineFlow`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue