]> Repositorios git - scryer-prolog.git/commitdiff
very small cargo fmt
authorMark Thom <[email protected]>
Sat, 23 Aug 2025 21:57:56 +0000 (14:57 -0700)
committerMark Thom <[email protected]>
Sat, 23 Aug 2025 21:57:56 +0000 (14:57 -0700)
src/types.rs

index 1564edeb55d65950b777f383605538c874affd80..60b3b13235055fff46c6f5cbd1f6a4444dc1b734 100644 (file)
@@ -197,7 +197,7 @@ pub enum TrailRef {
     BlackboardOffset(Atom, HeapCellValue), // key atom, key value
 }
 
-#[allow(clippy::enum_variant_names)]// allow the common "Trailed" prefix
+#[allow(clippy::enum_variant_names)] // allow the common "Trailed" prefix
 #[derive(BitfieldSpecifier, Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord)]
 #[bits = 6]
 pub(crate) enum TrailEntryTag {