mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-06 06:17:39 +03:00
AsDisplay is no longer an unused import
Prior to PR 251, 2 traits were imported (DisplayAsDisplay, PathAsDisplay), and in some cases only 1 would be used. Now it's 1 trait and is always used.
This commit is contained in:
parent
887c9fb3fc
commit
7566a29b2a
1 changed files with 0 additions and 1 deletions
|
@ -456,7 +456,6 @@ fn fields_pat(fields: &[Field]) -> TokenStream {
|
|||
fn use_as_display(needs_as_display: bool) -> Option<TokenStream> {
|
||||
if needs_as_display {
|
||||
Some(quote! {
|
||||
#[allow(unused_imports)]
|
||||
use thiserror::__private::AsDisplay as _;
|
||||
})
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue