Skip to content

Commit 4728bf0

Browse files
committed
Fix a typo
1 parent f77555f commit 4728bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/target/comment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fn test() {
3636
// or me
3737

3838
// #1388
39-
const EXCEPTION_PATHS: &'static [&'static str] =&[
39+
const EXCEPTION_PATHS: &'static [&'static str] = &[
4040
// std crates
4141
"src/libstd/sys/", // Platform-specific code for std lives here.
4242
"src/bootstrap",

0 commit comments

Comments
 (0)