mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-02 04:57:35 +00:00
Fix a typo in a comment.
This commit is contained in:
parent
e2e4d0bdb1
commit
c301ba57a6
@ -116,7 +116,7 @@ impl MirPhase {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Parses an `MirPhase` from a pair of strings. Panics if this isn't possible for any reason.
|
/// Parses a `MirPhase` from a pair of strings. Panics if this isn't possible for any reason.
|
||||||
pub fn parse(dialect: String, phase: Option<String>) -> Self {
|
pub fn parse(dialect: String, phase: Option<String>) -> Self {
|
||||||
match &*dialect.to_ascii_lowercase() {
|
match &*dialect.to_ascii_lowercase() {
|
||||||
"built" => {
|
"built" => {
|
||||||
|
Loading…
Reference in New Issue
Block a user