docs: remove superfluous doc(inline) (#1310)

It's no longer needed since #1260
This commit is contained in:
EdJoPaTo 2024-08-08 05:25:07 +02:00 committed by GitHub
parent 3fdb5e8987
commit 097ee86e39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")]