Skip to content

Commit

Permalink
Fix after template of CreateFunctionIntention
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Sep 12, 2020
1 parent 0bdf0aa commit 57499b5
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,4 +1,4 @@
fn foo(p0: i32, p1: i32) -> U32 {
fn foo(p0: i32, p1: i32) -> u32 {
unimplemented!()
}

Expand Down

0 comments on commit 57499b5

Please sign in to comment.