Guest User

Untitled

a guest
Jun 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #![allow(unused)]
  2. fn main() {
  3. #[allow(dead_code)]
  4. struct SomeOptions {
  5. foo: i32,
  6. bar: f32,
  7. }
  8. }
Add Comment
Please, Sign In to add comment