Fix a typo in a comment.
This commit is contained in:
parent
e2e4d0bdb1
commit
c301ba57a6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue