diff options
Diffstat (limited to 'native/src/lib.rs')
-rw-r--r-- | native/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/lib.rs b/native/src/lib.rs index cada56f9..fa72a553 100644 --- a/native/src/lib.rs +++ b/native/src/lib.rs @@ -83,7 +83,7 @@ //! # pub struct Renderer {} //! # //! # impl iced_native::Renderer for Renderer { -//! # type Primitive = (); +//! # type Output = (); //! # } //! # //! # impl button::Renderer for Renderer { |