Skip to content

Commit

Permalink
Clippy fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
adetaylor committed Oct 9, 2023
1 parent e8012a0 commit c25b465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/known_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use indoc::indoc;
use once_cell::sync::OnceCell;
use syn::{parse_quote, TypePath};

//// The behavior of the type.
/// The behavior of the type.
#[derive(Debug)]
enum Behavior {
CxxContainerPtr,
Expand Down

0 comments on commit c25b465

Please sign in to comment.