Implement subscription::Tracker in iced_core

This commit is contained in:
Héctor Ramón Jiménez 2020-01-19 08:36:44 +01:00
parent 6ca5e6184f
commit 32f7ca261f
7 changed files with 131 additions and 8 deletions

View file

@ -9,7 +9,7 @@
//! [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
#![deny(missing_docs)]
//#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![deny(unused_results)]
#![deny(unsafe_code)]