Skip to content

Commit 2649827

Browse files
Fix new clippy lint about doc indentation
1 parent 63c2e82 commit 2649827

File tree

1 file changed

+1
-1
lines changed
  • crates/cxx-qt-gen/src/naming

1 file changed

+1
-1
lines changed

crates/cxx-qt-gen/src/naming/name.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use syn::{spanned::Spanned, Attribute, Error, Ident, Path, Result};
1717
/// Naming in CXX can be rather complex.
1818
/// The following Rules apply:
1919
/// - If only a cxx_name **or** a rust_name is given, the identifier of the type/function will be
20-
/// used for part that wasn't specified explicitly.
20+
/// used for part that wasn't specified explicitly.
2121
/// - If **both** attributes are present, the identifier itself is not used!
2222
/// - The `rust_name` is always used to refer to the type within the bridge!.
2323
#[derive(Clone, Debug, PartialEq, Eq)]

0 commit comments

Comments
 (0)