Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ricci009 committed Feb 3, 2025
1 parent ae9c26c commit fa7df3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/pal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use std::path::Path;

use crate::walk::{filter_dirs, walk};

// Paths that may contain platform-specific code.Is there any comment needed here for this?
// Paths that may contain platform-specific code.
const EXCEPTION_PATHS: &[&str] = &[
"library/windows_targets",
"library/panic_abort",
Expand Down

0 comments on commit fa7df3b

Please sign in to comment.