about summary refs log tree commit diff
path: root/third_party/git/t/t4018/rust-impl
blob: 09df3cd93b21f0ff463c23939628c488524b5353 (plain) (blame)
1
2
3
4
5
impl<'a, T: AsRef<[u8]>>  std::RIGHT for Git<'a> {

    pub fn ChangeMe(&self) -> () {
    }
}