From ac988c62e99d91b394ce12f4e33dd0bfc752033d Mon Sep 17 00:00:00 2001 From: Jedrzej Stuczynski Date: Tue, 21 Jan 2020 17:21:02 +0000 Subject: [PATCH] Removed 'toml' from client-persistence as it will be module-specific --- nym-client/src/persistence/toml.rs | 1 - 1 file changed, 1 deletion(-) delete mode 100644 nym-client/src/persistence/toml.rs diff --git a/nym-client/src/persistence/toml.rs b/nym-client/src/persistence/toml.rs deleted file mode 100644 index f4f5578ad0..0000000000 --- a/nym-client/src/persistence/toml.rs +++ /dev/null @@ -1 +0,0 @@ -// TODO: we can put all the TOML config templating code in here once we get to that.