diff --git a/ports/geckolib/wrapper.rs b/ports/geckolib/wrapper.rs index 41b2b3ab1bc..054929cea62 100644 --- a/ports/geckolib/wrapper.rs +++ b/ports/geckolib/wrapper.rs @@ -334,7 +334,7 @@ impl<'le> TElement<'le> for GeckoElement<'le> { fn synthesize_presentational_hints_for_legacy_attributes(&self, _hints: &mut V) where V: VecLike>> { - unimplemented!() + // FIXME(bholley) - Need to implement this. } #[inline]