]> git.proxmox.com Git - rustc.git/blobdiff - vendor/miniz_oxide/src/inflate/stream.rs
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / vendor / miniz_oxide / src / inflate / stream.rs
index 148d132549adfa19aa15c0e47a9f4e9b8181e1fb..4e0c2aca673fecc51c6bc92a190c0a5e077c6015 100644 (file)
@@ -126,7 +126,7 @@ impl InflateState {
     }
 
     /// Return the status of the last call to `inflate` with this `InflateState`.
-    pub fn last_status(&self) -> TINFLStatus {
+    pub const fn last_status(&self) -> TINFLStatus {
         self.last_status
     }