rm TypeBuilder::build

This commit is contained in:
Tristan Guichaoua 2022-08-09 09:44:16 +02:00
parent 87baed717f
commit 6b2d9d2cdd

View File

@ -108,10 +108,6 @@ where
} }
} }
pub fn build(self) {
/* empty */
}
pub fn with_name(&mut self, name: &'static str) -> &mut Self { pub fn with_name(&mut self, name: &'static str) -> &mut Self {
self.name = Some(name); self.name = Some(name);
self self