Skip to content

Instantly share code, notes, and snippets.

@borntyping
Created February 5, 2015 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save borntyping/c1c8eb01bbd16b005746 to your computer and use it in GitHub Desktop.
Save borntyping/c1c8eb01bbd16b005746 to your computer and use it in GitHub Desktop.
rust-stability-example
[package]
name = "rust-stability-example"
version = "0.0.1"
authors = ["Sam Clements <sam@borntyping.co.uk>"]
#[unstable]
pub fn the_answer() -> i32 {
return 42;
}
{"name":"rust-stability-example","counts":{"unstable":0,"stable":0,"unmarked":2},"submodules":[]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment