mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-05 05:47:39 +03:00
Try to catch clippy::pedantic violations in generated code
This commit is contained in:
parent
3e48c540f6
commit
21b5dabc25
10 changed files with 17 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
#![deny(clippy::all, clippy::pedantic)]
|
||||
|
||||
use std::fmt::Display;
|
||||
use thiserror::Error;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue