]> git.proxmox.com Git - rustc.git/blobdiff - vendor/minifier/src/json/read/internal_reader.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / minifier / src / json / read / internal_reader.rs
index 95fa8cf78538aae7014c3ae2f5dda07a649defa9..45f178f08214aa3d0bf3bd53a6aca6c017903b60 100644 (file)
@@ -31,7 +31,7 @@ impl<R: Read> InternalReader<R> {
 }
 
 impl<R: Read + fmt::Debug> fmt::Debug for InternalReader<R> {
-    fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
+    fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
         f.debug_struct("JsonReader")
             .field("read", &self.read)
             .field("buffer_size", &self.buffer_size)