This website requires JavaScript.
Explore
Help
Sign In
rwf2
/
Rocket
mirror of
https://github.com/rwf2/Rocket.git
Watch
1
Star
0
Fork
You've already forked Rocket
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3f2b8f6006
Rocket
/
site
/
tests
/
src
/
lib.rs
4 lines
82 B
Rust
Raw
Normal View
History
Unescape
Escape
Update and fix guide tests.
2020-07-11 16:41:53 +00:00
#![
feature(external_doc)
]
Test all guide code examples. Every code example is now fully runnable and testable. As a result, all examples are now tested and include imports. Relevant imports are shown by default. Code examples can be expanded to show all imports. Fixes #432.
2020-02-15 11:43:47 +00:00
Update and fix guide tests.
2020-07-11 16:41:53 +00:00
rocket
::
rocket_internal_guide_tests!
(
"
../guide/*.md
"
)
;