Skip to content

Commit e5a6c43

Browse files
committed
fix: ci
1 parent 71256c8 commit e5a6c43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compio-runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub use runtime::{
3333
///
3434
/// # Example
3535
///
36-
/// ```rust
36+
/// ```rust,ignore
3737
/// assert_not_impl!(u8, From<u16>);
3838
/// ```
3939
macro_rules! assert_not_impl {

0 commit comments

Comments
 (0)