Skip to content

Commit

Permalink
and doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-q committed May 15, 2024
1 parent eccbbd4 commit 43f9516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugr/src/ops/constant/custom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use super::ValueName;
/// be serialized with two attributes, `"c"` the tag and `"v"` the
/// `CustomConst`:
///
/// ```rust
/// ```cfg(not(miri))
/// use serde::{Serialize,Deserialize};
/// use hugr::{
/// types::Type,ops::constant::{OpaqueValue, ValueName, CustomConst},
Expand Down

0 comments on commit 43f9516

Please sign in to comment.