diff options
| author | 2019-11-22 21:16:40 +0100 | |
|---|---|---|
| committer | 2019-11-22 21:16:40 +0100 | |
| commit | d136b7ce648cde0dcdcc5388d8cb82b3e7e0fc58 (patch) | |
| tree | f9d6d1bc6366cca18a1fa6bfae977364cfc03447 /core | |
| parent | 42e775fecec81acd40dbc5f536c8a4cd98a03662 (diff) | |
| download | iced-d136b7ce648cde0dcdcc5388d8cb82b3e7e0fc58.tar.gz iced-d136b7ce648cde0dcdcc5388d8cb82b3e7e0fc58.tar.bz2 iced-d136b7ce648cde0dcdcc5388d8cb82b3e7e0fc58.zip | |
Uncomment missing debug implementations rule
Diffstat (limited to '')
| -rw-r--r-- | core/src/lib.rs | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/core/src/lib.rs b/core/src/lib.rs index 6c36e683..65304e8b 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -1,11 +1,11 @@  //! The core library of [Iced].  //! +//!  +//!  //! This library holds basic types that can be reused and re-exported in  //! different runtime implementations. For instance, both [`iced_native`] and  //! [`iced_web`] are built on top of `iced_core`.  //! -//!  -//!  //! [Iced]: https://github.com/hecrj/iced  //! [`iced_native`]: https://github.com/hecrj/iced/tree/master/native  //! [`iced_web`]: https://github.com/hecrj/iced/tree/master/web | 
