- Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
Description
if you go on this url: https://rust-lang.github.io/rust-clippy/master/index.html#large_include_file
you will see that the source example has a missing "
:
let included_str = include_str!("very_large_file.txt"); let included_bytes = include_bytes!("very_large_file.txt); ^ | error[E0765]: unterminated double quote string --> test.rs:5:37 | 5 | let included_bytes = include_bytes!("very_large_file.txt); | _____________________________________^ 6 | | } | |__^
please fix that, because im making a program that validates that source code and i need it to compile.
i know that its an insignificant issue, im sorry, but my program will fail.
so take your time.
Version
No response
Additional Labels
No response
Metadata
Metadata
Assignees
Labels
No labels