Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7d7322a

Browse files
committed
chore: Remove misleading comment
1 parent6d00258 commit7d7322a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

‎src/renderer/render.rs‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -622,11 +622,6 @@ fn render_snippet_annotations(
622622
// Get the left-side margin to remove it
623623
letmut whitespace_margin = usize::MAX;
624624
for line_infoin annotated_lines{
625-
// Whitespace can only be removed (aka considered leading)
626-
// if the lexer considers it whitespace.
627-
// non-rustc_lexer::is_whitespace() chars are reported as an
628-
// error (ex. no-break-spaces \u{a0}), and thus can't be considered
629-
// for removal during error reporting.
630625
let leading_whitespace = line_info
631626
.line
632627
.chars()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp