l10n: git.pot: v2.23.0 round 1 (130 new, 35 removed)
[git/raj.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;