diff --git a/src/error.rs b/src/error.rs
index 450b14623647de317e81cee2ae4f264ccb1a229f..0a3273dc4889e809a97686644a267277e200356e 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -91,6 +91,7 @@ pub enum Error {
 
     // This state should not be reached, previous logic should have prevented it.
     // Create this using [`Error::bug()`] or [`.trap()`](TrapBug::trap).
+    // Location is currently disabled due to bloat.
     // #[snafu(display("Program bug {location}"))]
     // Bug { location: snafu::Location },
     /// Program bug