Rename function in weird-exprs.rs for clarity
This commit is contained in:
parent
2d1b2a9906
commit
98f59817c2
1 changed files with 2 additions and 2 deletions
|
|
@ -238,7 +238,7 @@ fn return_already() -> impl std::fmt::Debug {
|
|||
}
|
||||
}
|
||||
|
||||
fn cursed_macros() -> impl std::fmt::Debug {
|
||||
fn fake_macros() -> impl std::fmt::Debug {
|
||||
loop {
|
||||
if! {
|
||||
match! (
|
||||
|
|
@ -283,5 +283,5 @@ pub fn main() {
|
|||
useful_syntax();
|
||||
infcx();
|
||||
return_already();
|
||||
cursed_macros();
|
||||
fake_macros();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue