rust-cli / team

CLI working group
https://rust-cli.github.io/book
MIT License
296 stars 34 forks source link

Examples in CLI book render `#` / suppressed lines #136

Closed ralfbiedert closed 5 years ago

ralfbiedert commented 5 years ago

I was just browsing the CLI book, when I noticed that many examples render # and the lines that are probably meant to be suppressed, for example here:

# #![allow(unused_variables)]
#fn main() {
let content = std::fs::read_to_string("test.txt").unwrap();
#}
ralfbiedert commented 5 years ago

Ignore this issue ... a script didn't load.