We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8012a0 commit c25b465Copy full SHA for c25b465
engine/src/known_types.rs
@@ -12,7 +12,7 @@ use indoc::indoc;
12
use once_cell::sync::OnceCell;
13
use syn::{parse_quote, TypePath};
14
15
-//// The behavior of the type.
+/// The behavior of the type.
16
#[derive(Debug)]
17
enum Behavior {
18
CxxContainerPtr,
0 commit comments