Skip to content

Commit

Permalink
chore(lib): remove importing prelude AsRef trait
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored and seanmonstar committed Feb 20, 2024
1 parent c03cc8b commit 63102bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/method.rs
Expand Up @@ -18,7 +18,6 @@
use self::extension::{AllocatedExtension, InlineExtension};
use self::Inner::*;

use std::convert::AsRef;
use std::convert::TryFrom;
use std::error::Error;
use std::str::FromStr;
Expand Down

0 comments on commit 63102bc

Please sign in to comment.