We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c2e82 commit 2649827Copy full SHA for 2649827
crates/cxx-qt-gen/src/naming/name.rs
@@ -17,7 +17,7 @@ use syn::{spanned::Spanned, Attribute, Error, Ident, Path, Result};
17
/// Naming in CXX can be rather complex.
18
/// The following Rules apply:
19
/// - 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.
+/// used for part that wasn't specified explicitly.
21
/// - If **both** attributes are present, the identifier itself is not used!
22
/// - The `rust_name` is always used to refer to the type within the bridge!.
23
#[derive(Clone, Debug, PartialEq, Eq)]
0 commit comments