Update a comment.

Save analysis was removed a while ago.
This commit is contained in:
Nicholas Nethercote 2023-11-28 16:06:28 +11:00
parent c5408b6617
commit f8ce1864d3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
//! Related to out filenames of compilation (e.g. save analysis, binaries).
//! Related to out filenames of compilation (e.g. binaries).
use crate::config::{CrateType, Input, OutFileName, OutputFilenames, OutputType};
use crate::errors::{
CrateNameDoesNotMatch, CrateNameEmpty, CrateNameInvalid, FileIsNotWriteable,