]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/book/listings/ch20-web-server/listing-20-13/src/lib.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / src / doc / book / listings / ch20-web-server / listing-20-13 / src / lib.rs
index e60c902472a76142d4aea0ea9d7ae011b999694c..35960e7c055307115106c35e382c75c7b8494997 100644 (file)
@@ -17,7 +17,6 @@ impl ThreadPool {
 
     // --snip--
     // ANCHOR_END: here
-
     pub fn execute<F>(&self, f: F)
     where
         F: FnOnce() + Send + 'static,