docs(core): docstrings

This commit is contained in:
steven-omaha
2023-05-24 08:56:28 +02:00
parent 32305ce6f3
commit 3b5484b6e4
+1 -1
View File
@@ -199,7 +199,7 @@ impl Pacdef {
/// ///
/// # Errors /// # Errors
/// ///
/// This function will propagate errors. /// This function will propagate errors from the individual backends.
fn get_unmanaged_packages(&mut self) -> Result<ToDoPerBackend> { fn get_unmanaged_packages(&mut self) -> Result<ToDoPerBackend> {
if self.groups.is_empty() { if self.groups.is_empty() {
eprintln!("WARNING: no group files found"); eprintln!("WARNING: no group files found");