This website works better with JavaScript.
Home
Explore
Help
Sign In
nora
/
sunny
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5
Commits
1
Branch
0
Tags
31 KiB
Rust
100%
Branch:
trunk
trunk
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'trunk'
${ noResults }
sunny
/
sunny
/
src
/
lib.rs
9 lines
97 B
Raw
Permalink
Blame
History
#[
cfg(test)
]
mod
tests
{
#[
test
]
fn
it_works
(
)
{
assert_eq
!
(
2
+
2
,
4
)
;
}
}
Reference in new issue