mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
docs: remove superfluous doc(inline) (#1310)
It's no longer needed since #1260
This commit is contained in:
parent
3fdb5e8987
commit
097ee86e39
1 changed files with 0 additions and 1 deletions
|
@ -320,7 +320,6 @@
|
|||
/// re-export the `crossterm` crate so that users don't have to add it as a dependency
|
||||
#[cfg(feature = "crossterm")]
|
||||
pub use crossterm;
|
||||
#[doc(inline)]
|
||||
pub use terminal::{CompletedFrame, Frame, Terminal, TerminalOptions, Viewport};
|
||||
/// re-export the `termion` crate so that users don't have to add it as a dependency
|
||||
#[cfg(feature = "termion")]
|
||||
|
|
Loading…
Reference in a new issue