From 01322f69a406eee76014f5e2834336e2295ad80e Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 25 Nov 2020 07:11:27 +0100 Subject: Use recently stabilized intra-doc links See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md --- style/src/rule.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'style') diff --git a/style/src/rule.rs b/style/src/rule.rs index c809ae2f..5021340b 100644 --- a/style/src/rule.rs +++ b/style/src/rule.rs @@ -76,8 +76,6 @@ pub struct Style { /// The radius of the line corners. pub radius: f32, /// The [`FillMode`] of the rule. - /// - /// [`FillMode`]: enum.FillMode.html pub fill_mode: FillMode, } -- cgit