Update README.md

This commit is contained in:
Moritz Gmeiner 2025-08-02 17:32:33 +02:00
commit d59f0adc8d
3 changed files with 11 additions and 4 deletions

View file

@ -160,7 +160,8 @@ impl DirEntry {
})
}
pub fn create(name: &str, attr: Attr) -> anyhow::Result<Self> {
pub fn create(_name: &str, attr: Attr) -> anyhow::Result<Self> {
// TODO
let now: DateTime<Local> = SystemTime::now().into();
let create_date = Date::from_datetime(now)?;