diff --git a/crates/ast/src/control.rs b/crates/ast/src/control.rs index 44b36797..fd8b2e91 100644 --- a/crates/ast/src/control.rs +++ b/crates/ast/src/control.rs @@ -244,7 +244,7 @@ impl Connect { #[derive(Clone)] /// A generative loop: -/// ``` +/// ```fil /// for i in 0..W { ... } /// ``` pub struct ForLoop { @@ -296,7 +296,7 @@ impl If { #[derive(Clone)] /// The type of the bundle: -/// ``` +/// ```fil /// for ['G+i, 'G+i+1] W /// ``` pub struct BundleType { @@ -357,7 +357,7 @@ impl BundleType { #[derive(Clone)] /// Represents a bundle of wires with timing guarantees -/// ``` +/// ```fil /// bundle f[10]: for ['G+i, 'G+i+1] W; /// ``` pub struct Bundle {