Skip to content

missing double quote in source example on master folder in large_include_file lint #8765

@alexzanderr

Description

@alexzanderr

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions