aboutsummaryrefslogtreecommitdiff
path: root/examples/unbound/interfaces/dog.rs
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-08-17 22:04:17 +0200
committerHampusM <hampus@hampusmat.com>2023-08-17 22:04:17 +0200
commit8aeb7ad439b67228a0abc46b259967e8c91f8a97 (patch)
treed7758a573c0bc805b0fe42cdd18df628109c5ffd /examples/unbound/interfaces/dog.rs
parent800e164a83388aa5ca7675f8031b0f0d7c6b6051 (diff)
docs: remove the 'unbound' example
This was not at all a useful example
Diffstat (limited to 'examples/unbound/interfaces/dog.rs')
-rw-r--r--examples/unbound/interfaces/dog.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/unbound/interfaces/dog.rs b/examples/unbound/interfaces/dog.rs
deleted file mode 100644
index 4211c27..0000000
--- a/examples/unbound/interfaces/dog.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-pub trait IDog
-{
- fn woof(&self);
-}