We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e468181 commit 7bfab2bCopy full SHA for 7bfab2b
src/raw.rs
@@ -37,7 +37,7 @@ impl Client {
37
/// let client = connect.await.unwrap();
38
/// # });
39
/// ```
40
- #[cfg_attr(feature = "cargo-clippy", allow(clippy::new_ret_no_self))]
+ #[allow(clippy::new_ret_no_self)]
41
pub fn new(config: Config) -> Connect {
42
Connect::new(config)
43
}
src/transaction.rs
@@ -29,7 +29,7 @@ impl Client {
29
30
31
32
33
34
35
0 commit comments