Sign in
rust
/
rust
/
bef489b0ce648ca033720e2ccf227c461e4fc0ee
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
frontmatter_escaped.rs
blob: 0d0263775668232a8c37c1ee8f1867338b06792b [
file
]
#!/
usr
/
bin
/
env cargo
------------
package
.
description
=
"""
Header
-----
Body
"""
------------
#![
feature
(
frontmatter
)]
fn
main
()
{}