update inbox list
This commit is contained in:
3
vendor/scrivo/highlight.php/test/markup/rust/traits.txt
vendored
Normal file
3
vendor/scrivo/highlight.php/test/markup/rust/traits.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
fn sqr(i: i32) { i * i }
|
||||
trait Minimum : Copy {}
|
||||
pub trait Builder where Self: Sized + Iterator<Item=Event> {}
|
||||
Reference in New Issue
Block a user