From 7c752e8ef3275a880baec89d8320156a38fc1471 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 20 Dec 2017 14:45:26 +0100 Subject: [PATCH] Update list of library todos --- doc/src/09000-todos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/09000-todos.md b/doc/src/09000-todos.md index d688bb9e..20b7300e 100644 --- a/doc/src/09000-todos.md +++ b/doc/src/09000-todos.md @@ -80,9 +80,9 @@ Now the modules that are not yet started: functionality should be kept (for example the `MapErrInto` or the `IntoError` traits), as much as possible). If the switch to `chain-error` would require too much code to be rewritten, reconsider. -- [ ] Ensure all libraries are implemented as extension traits rather than +- [x] Ensure all libraries are implemented as extension traits rather than wrapping store types -- [ ] Rewrite logger to allow config/env-var based module white/blacklisting and +- [x] Rewrite logger to allow config/env-var based module white/blacklisting and writing log to file ## User Interface