]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_data_structures/svh.rs
Rollup merge of #60187 - tmandry:generator-optimization, r=eddyb
[rust.git] / src / librustc_data_structures / svh.rs
index 3757f921098f2d5ea13bff1d4968436b7add7ec1..df4f61768375e35d4a1915760870e6e1cae19570 100644 (file)
@@ -17,7 +17,7 @@ pub struct Svh {
 }
 
 impl Svh {
-    /// Create a new `Svh` given the hash. If you actually want to
+    /// Creates a new `Svh` given the hash. If you actually want to
     /// compute the SVH from some HIR, you want the `calculate_svh`
     /// function found in `librustc_incremental`.
     pub fn new(hash: u64) -> Svh {