Ignore unseparated_literal_suffix pedantic lint

This commit is contained in:
David Tolnay 2018-09-11 23:08:13 -07:00
parent a8247bc619
commit 81a3f66d78
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -51,6 +51,7 @@
similar_names,
single_match_else,
stutter,
unseparated_literal_suffix,
use_self,
)
)]