mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 07:20:20 +08:00
Add newlines to the ends of files
This commit is contained in:
parent
f98fe55965
commit
7eb505d7a0
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,4 +2,5 @@ book/
|
||||
*~
|
||||
.idea
|
||||
.DS_Store
|
||||
target
|
||||
target
|
||||
|
||||
|
@ -7,4 +7,4 @@ description = "The Rust Book"
|
||||
[dependencies]
|
||||
walkdir = "0.1.5"
|
||||
docopt = "0.6.82"
|
||||
rustc-serialize = "0.3.19"
|
||||
rustc-serialize = "0.3.19"
|
||||
|
@ -242,4 +242,4 @@ mod tests {
|
||||
|
||||
assert!(super::is_line_of_interest(sample_line));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user