Guest User

Untitled

a guest
Sep 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #[cfg_attr(feature = "cargo-clippy", allow(clippy::many_single_char_names))]
  2. pub fn append_to(self, buffer: &mut Vec<u8>, scale: (f64, f64, f64, f64, f64)) {
  3. let (a, b, c, d, e) = self;
  4.  
  5. }
  6.  
  7.  
  8. fn main() {}
Add Comment
Please, Sign In to add comment