repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fsck: warn about symlink pointing inside a gitdir
[git.git]
/
t
/
t4018
/
rust-fn
blob
cbe02155f11384f99c96ac2f96762e9ef91beb6b
1
pub(self) fn RIGHT<T>(x: &[T]) where T: Debug {
2
let _ = x;
3
// a comment
4
let a = ChangeMe;
5
}