Use TODO everywhere.

This commit is contained in:
r-vdp 2023-03-22 23:16:25 +01:00
parent e60fa080b4
commit 47f32ccea7
No known key found for this signature in database
3 changed files with 4 additions and 5 deletions

View file

@ -227,7 +227,7 @@ fn restore_ephemeral_system_dir() -> Result<()> {
Ok(())
}
// FIXME: we should probably lock this file to avoid concurrent writes
// TODO: we should probably lock this file to avoid concurrent writes
fn serialise_saved_services(services: &Services) -> Result<()> {
let state_file = Path::new(SYSTEM_MANAGER_STATE_DIR).join(SERVICES_STATE_FILE_NAME);
DirBuilder::new()