diff options
Diffstat (limited to 'python/tidy/servo_tidy_tests/speclink.rs')
-rw-r--r-- | python/tidy/servo_tidy_tests/speclink.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/tidy/servo_tidy_tests/speclink.rs b/python/tidy/servo_tidy_tests/speclink.rs index 7cf5031a7bd..81828055c06 100644 --- a/python/tidy/servo_tidy_tests/speclink.rs +++ b/python/tidy/servo_tidy_tests/speclink.rs @@ -19,11 +19,11 @@ impl SpecLinkMethods for SpecLink { fn Foo() {} /// A spec link. - /// https://example.com/ + /// <https://example.com/> fn Foo() {} /// A spec link. - /// https://example.com/ + /// <https://example.com/> /// Doc comments are OK // Regular comments are OK #[allow(attributes_too)] |