t1091: use check_files to reduce boilerplate
[git.git] / t / t4018 / rust-fn
blobcbe02155f11384f99c96ac2f96762e9ef91beb6b
1 pub(self) fn RIGHT<T>(x: &[T]) where T: Debug {
2     let _ = x;
3     // a comment
4     let a = ChangeMe;