aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/style/values/animated/color.rs2
-rw-r--r--components/style/values/computed/border.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/components/style/values/animated/color.rs b/components/style/values/animated/color.rs
index 534e72fb932..77575ec2d9d 100644
--- a/components/style/values/animated/color.rs
+++ b/components/style/values/animated/color.rs
@@ -208,7 +208,7 @@ impl ComputeSquaredDistance for Color {
impl ToAnimatedZero for Color {
#[inline]
fn to_animated_zero(&self) -> Result<Self, ()> {
- /// FIXME(nox): This does not look correct to me.
+ // FIXME(nox): This does not look correct to me.
Err(())
}
}
diff --git a/components/style/values/computed/border.rs b/components/style/values/computed/border.rs
index 460bf6f759b..9ca98787730 100644
--- a/components/style/values/computed/border.rs
+++ b/components/style/values/computed/border.rs
@@ -39,7 +39,7 @@ impl BorderImageSideWidth {
impl ToAnimatedZero for BorderCornerRadius {
#[inline]
fn to_animated_zero(&self) -> Result<Self, ()> {
- /// FIXME(nox): Why?
+ // FIXME(nox): Why?
Err(())
}
}