Sign in
◑
Theme
rust
/
rust
/
7253b2ba610be3cfdfd391de9af8ec461a2dee27
/
.
/
tests
/
run-make-cargo
/
rustdoc-scrape-examples-paths
/
foo
/
src
/
lib.rs
blob: a9bb0272c787034fc3bd8a4e1e52a5ff8a7fc520 [
file
]
pub
struct
X
;
impl
X
{
pub
fn
new
()
->
Self
{
X
}
}