Skip to content

Commit

Permalink
Add TODO(#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
datawater committed Jul 6, 2024
1 parent 086bdce commit f4f9111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub fn get_free_memory() -> Option<u64> {

return None;
} else {
// TODO: Support getting free mem amount for *BSD and maybe ios/android
// TODO(#25): Support getting free mem amount for *BSD and maybe ios/android
return None;
}
}
Expand Down

0 comments on commit f4f9111

Please sign in to comment.