t / t4018 / rust-fnon commit t/lib-git-svn.sh: check GIT_TEST_SVN_HTTPD when running SVN HTTP tests (6a20b62)
   1pub(self) fn RIGHT<T>(x: &[T]) where T: Debug {
   2    let _ = x;
   3    // a comment
   4    let a = ChangeMe;
   5}