Skip to content

Commit a0aa6ff

Browse files
author
Atlas
committed
fix: mark Widget deprecation doc test as ignore to prevent compile errors
1 parent 9bf2f65 commit a0aa6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctui-components/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ pub use block::{Alignment, Block, PositionedTitle, Title, TitlePosition};
162162
///
163163
/// # Migration
164164
/// Use `ctui_core::Widget` directly:
165-
/// ```rust
165+
/// ```rust,ignore
166166
/// // Old
167167
/// use ctui_components::Widget;
168168
///

0 commit comments

Comments
 (0)