File: main.rs

package info (click to toggle)
rust-snafu 0.7.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 724 kB
  • sloc: sh: 15; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Using #[path] to work around a https://github.com/rust-lang/rustfmt/issues/4404
// Once fixed and released, switch to a `mod structs { ... }`

mod backtrace;
mod backtrace_attributes;
mod context_selector_name;
mod display;
mod from_option;
mod generics;
mod module;
mod no_context;
mod single_use_lifetimes;
mod source_attributes;
mod visibility;
mod with_source;
mod without_source;