Skip to content

Instantly share code, notes, and snippets.

@mbrubeck
Created February 25, 2019 17:01
Show Gist options
  • Save mbrubeck/3d2a90b2fa837383e74fc00e1f6315c8 to your computer and use it in GitHub Desktop.
Save mbrubeck/3d2a90b2fa837383e74fc00e1f6315c8 to your computer and use it in GitHub Desktop.
use smallvec::SmallVec;
fn main() {
let _v: SmallVec<[u8; 1]>;
}
[package]
name = "foo"
version = "0.1.0"
authors = ["Matt Brubeck <mbrubeck@limpet.net>"]
edition = "2018"
[dependencies]
[build-dependencies]
smallvec = "0.6"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment