summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/request/commands.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-api/src/request/commands.rs')
-rw-r--r--ipfs-api/src/request/commands.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/ipfs-api/src/request/commands.rs b/ipfs-api/src/request/commands.rs
index 515ddb5..8dcfdee 100644
--- a/ipfs-api/src/request/commands.rs
+++ b/ipfs-api/src/request/commands.rs
@@ -14,8 +14,5 @@ pub struct Commands;
impl_skip_serialize!(Commands);
impl ApiRequest for Commands {
- #[inline]
- fn path() -> &'static str {
- "/commands"
- }
+ const PATH: &'static str = "/commands";
}