This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fd8aa5ec7d
rust
/
tests
/
run-make
/
rustdoc-scrape-examples-ordering
/
examples
/
ex2.rs
9 lines
82 B
Rust
Raw
Normal View
History
Unescape
Escape
Add test for ordering of examples, simplify with single scrape.mk file
2021-10-08 22:49:05 -05:00
fn
main
(
)
{
Sort scraped call locations before serializing
2021-11-04 15:57:09 -05:00
foobar
::
ok
(
1
)
;
Add test for ordering of examples, simplify with single scrape.mk file
2021-10-08 22:49:05 -05:00
// small item
}
Sort scraped call locations before serializing
2021-11-04 15:57:09 -05:00
fn
f
(
)
{
foobar
::
ok
(
2
)
;
}
Reference in New Issue
Copy Permalink