mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Sort windows_sys.lst alphabetically
This commit is contained in:
parent
3ffb27ff89
commit
e314a3b21f
File diff suppressed because it is too large
Load Diff
@ -22,7 +22,7 @@ fn main() -> io::Result<()> {
|
||||
.lines()
|
||||
.filter_map(|line| {
|
||||
let line = line.trim();
|
||||
if line.is_empty() || line.starts_with('#') { None } else { Some(line) }
|
||||
if line.is_empty() || line.starts_with("//") { None } else { Some(line) }
|
||||
})
|
||||
.collect();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user