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
rust
/
src
/
test
/
run-make
/
link-path-order
/
correct.c
3 lines
56 B
C
Raw
Normal View
History
Unescape
Escape
Clean up tidy scripts, coverage, performance This restructures tidy.py to walk the tree itself, and improves performance considerably by not loading entire files into buffers for licenseck. Splits build rules into 'tidy', 'tidy-basic', 'tidy-binaries', 'tidy-errors', 'tidy-features'.
2015-01-24 15:18:19 -08:00
// ignore-license
Added test for link path ordering
2014-09-04 22:41:00 +02:00
int
should_return_one
(
)
{
return
1
;
}
Reference in New Issue
Copy Permalink