Style
This commit is contained in:
parent
b53267f406
commit
da98bfba8c
20 changed files with 80 additions and 61 deletions
|
|
@ -17,6 +17,8 @@ macro_rules! to_artifact {
|
|||
for_each_tuple!(to_artifact);
|
||||
|
||||
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>;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue