diff options
author | HampusM <hampus@hampusmat.com> | 2022-07-19 12:28:34 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-07-19 12:28:34 +0200 |
commit | ff71b49f014613729237178f0d3ea374f7d72cd5 (patch) | |
tree | 4d0b320fae52f8318139364d4dcd6b424fea735a /syrette_macros/src/libs/intertrait_macros/gen_caster.rs | |
parent | 58e50e3d9073584064e13edf489fc008b0388149 (diff) |
refactor: use aggressive clippy linting
Diffstat (limited to 'syrette_macros/src/libs/intertrait_macros/gen_caster.rs')
-rw-r--r-- | syrette_macros/src/libs/intertrait_macros/gen_caster.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/syrette_macros/src/libs/intertrait_macros/gen_caster.rs b/syrette_macros/src/libs/intertrait_macros/gen_caster.rs index 213a75e..9126200 100644 --- a/syrette_macros/src/libs/intertrait_macros/gen_caster.rs +++ b/syrette_macros/src/libs/intertrait_macros/gen_caster.rs @@ -1,13 +1,13 @@ /** * Originally from Intertrait by CodeChain * - * https://github.com/CodeChain-io/intertrait - * https://crates.io/crates/intertrait/0.2.2 + * <https://github.com/CodeChain-io/intertrait> + * <https://crates.io/crates/intertrait/0.2.2> * * Licensed under either of * - * Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0) - * MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) + * Apache License, Version 2.0 (LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>) + * MIT license (LICENSE-MIT or <http://opensource.org/licenses/MIT>) * at your option. */ |