From: Mark Thom Date: Sat, 23 Aug 2025 21:57:56 +0000 (-0700) Subject: very small cargo fmt X-Git-Tag: v0.10.0~13 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=cd501beb0b3fe1fd569080dea56fc6b2dada5dac;p=scryer-prolog.git very small cargo fmt --- diff --git a/src/types.rs b/src/types.rs index 1564edeb..60b3b132 100644 --- a/src/types.rs +++ b/src/types.rs @@ -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 {