diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-03-01 17:44:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-01 17:44:02 +0000 |
| commit | 2e4cbe9df595c2c4cb90c788030351a7f91339f6 (patch) | |
| tree | 2e1bf40e2eaeeb4b58c996c1659c8a7429e2a518 /macros/src/codegen/local_resources_struct.rs | |
| parent | 57da1e0403510cafbdcf88e402b39ae6d3bf323e (diff) | |
| parent | 5ed93bd1bf056f1d2b8632502300d7488df4e9df (diff) | |
Merge #617
617: Clippy with pedantic suggestions r=korken89 a=AfoHT
Co-authored-by: Henrik Tjäder <henrik@grepit.se>
Diffstat (limited to 'macros/src/codegen/local_resources_struct.rs')
| -rw-r--r-- | macros/src/codegen/local_resources_struct.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/src/codegen/local_resources_struct.rs b/macros/src/codegen/local_resources_struct.rs index 10bde5f..b7eae3f 100644 --- a/macros/src/codegen/local_resources_struct.rs +++ b/macros/src/codegen/local_resources_struct.rs @@ -78,7 +78,7 @@ pub fn codegen(ctxt: Context, needs_lt: &mut bool, app: &App) -> (TokenStream2, pub __marker__: core::marker::PhantomData<&'a ()> )); - values.push(quote!(__marker__: core::marker::PhantomData)) + values.push(quote!(__marker__: core::marker::PhantomData)); } } |
