Skip to content

Commit e5d7a8a

Browse files
authored
Merge pull request #198 from kaspervn/update_readme_create_dirs
Remove the create-dir feature from the todo list
2 parents 614da3e + b7ee36d commit e5d7a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ let cont: VolumeManager<_, _, 6, 12, 4> = VolumeManager::new_with_limits(block,
7070
* Delete files
7171
* Iterate root directory
7272
* Iterate sub-directories
73+
* Create directories
7374
* Log over defmt or the common log interface (feature flags).
7475

7576
## No-std usage
@@ -82,7 +83,6 @@ This repository houses no examples for no-std usage, however you can check out t
8283

8384
## Todo List (PRs welcome!)
8485

85-
* Create new dirs
8686
* Delete (empty) directories
8787
* Handle MS-DOS `/path/foo/bar.txt` style paths.
8888

0 commit comments

Comments
 (0)