Skip to content

Commit

Permalink
make the doctest not compile because this isn't a public facing thing
Browse files Browse the repository at this point in the history
  • Loading branch information
EclecticGriffin committed Dec 2, 2024
1 parent 9ca2dba commit f0d389d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interp/src/flatten/primitives/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ macro_rules! ports {
///
/// ## NOTE: These must be given in ascending order. And the base port of the struct must be named `base_port`
///
/// ```
/// ```ignore
/// // Example
/// // declare COND, TRU, FAL as input ports
/// // declare OUT as output port
Expand Down

0 comments on commit f0d389d

Please sign in to comment.