]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_mir/interpret/machine.rs
Remove StaticKind
[rust.git] / src / librustc_mir / interpret / machine.rs
index 6d15827536c556cb2911977a30dbcd075ba817b1..3309e9b9b622ae8d33360cd831dcfeef82191dbe 100644 (file)
@@ -212,7 +212,7 @@ fn access_local(
         frame.locals[local].access()
     }
 
-    /// Called before a `StaticKind::Static` value is accessed.
+    /// Called before a `Static` value is accessed.
     fn before_access_static(
         _memory_extra: &Self::MemoryExtra,
         _allocation: &Allocation,