Tiny comment fixes.

This commit is contained in:
Nicholas Nethercote
2023-10-26 08:39:49 +11:00
parent 8da1b33153
commit 3cf2a7441f
3 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
//! Code to save/load the dep-graph from files.
//! Code to load the dep-graph from files.
use crate::errors;
use rustc_data_structures::memmap::Mmap;