fix typo in structs3.rs

This commit is contained in:
Marcin Sokołowski 2025-05-16 22:17:04 +02:00 committed by GitHub
parent e73fff3bd4
commit 18589abe0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ impl Package {
// is considered international.
}
// TODO: Add the correct return type to the function signature.
// TODO: Add the correct return type to the function fees.
fn get_fees(&self, cents_per_gram: u32) {
// TODO: Calculate the package's fees.
}