Update main.rs

pull/890/head
qwer252 1 month ago committed by GitHub
parent c2ef2eb19a
commit f9c9174fc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,10 +1,10 @@
// ANCHOR: here
unsafe trait Foo {
// methods go here
// 方法在这里
}
unsafe impl Foo for i32 {
// method implementations go here
// 方法实现在这里
}
// ANCHOR_END: here

Loading…
Cancel
Save