Skip to content

Commit c258f5c

Browse files
committed
Add unrecognized_lint
1 parent 301dd7a commit c258f5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/liblibc/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@
7070
* one from Berkeley after the lawsuits died down and the CSRG dissolved.
7171
*/
7272

73+
// NOTE: remove after uppercase_variables is snapshotted
74+
#[allow(unrecognized_lint)];
75+
7376
#[allow(non_camel_case_types)];
7477
#[allow(non_uppercase_statics)];
7578
#[allow(missing_doc)];

0 commit comments

Comments
 (0)