Remove unnecessary clippy allow
This commit is contained in:
parent
4938a51ad7
commit
229eb3a9e9
1 changed files with 0 additions and 2 deletions
|
|
@ -17,8 +17,6 @@ macro_rules! to_artifact {
|
||||||
for_each_tuple!(to_artifact);
|
for_each_tuple!(to_artifact);
|
||||||
|
|
||||||
impl<T: Resource> ToArtifact for Option<T> {
|
impl<T: Resource> ToArtifact for Option<T> {
|
||||||
// FIXME: https://github.com/rust-lang/rust-clippy/issues/2843
|
|
||||||
#![allow(clippy::use_self)]
|
|
||||||
type Artifact = Option<T::Artifact>;
|
type Artifact = Option<T::Artifact>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue