Skip to content

Commit c25b465

Browse files
committed
Clippy fix.
1 parent e8012a0 commit c25b465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/src/known_types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use indoc::indoc;
1212
use once_cell::sync::OnceCell;
1313
use syn::{parse_quote, TypePath};
1414

15-
//// The behavior of the type.
15+
/// The behavior of the type.
1616
#[derive(Debug)]
1717
enum Behavior {
1818
CxxContainerPtr,

0 commit comments

Comments
 (0)