t / t4018 / rust-structon commit sha1-file.c: remove the_repo from read_object_with_reference() (d3b4705)
   1#[derive(Debug)]
   2pub(super) struct RIGHT<'a> {
   3    name: &'a str,
   4    age: ChangeMe,
   5}