From f5186f31f1e5eed8fe20c5d6e62e2f531fee6365 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 3 Feb 2020 23:53:34 +0100 Subject: Fix `docs.rs` links Related issue: https://github.com/rust-lang/docs.rs/issues/223 --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index 0e2e0337..7e658ca2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -171,7 +171,6 @@ //! //! [Elm]: https://elm-lang.org/ //! [The Elm Architecture]: https://guide.elm-lang.org/architecture/ -//! [documentation]: https://docs.rs/iced //! [examples]: https://github.com/hecrj/iced/tree/master/examples //! [`Application`]: trait.Application.html #![deny(missing_docs)] -- cgit