summaryrefslogtreecommitdiffstats
path: root/examples/file-toml/Settings.toml
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2017-06-01 23:22:04 -0700
committerRyan Leckey <ryan@launchbadge.com>2017-06-01 23:22:04 -0700
commitbfc44c331a77d8c341c076e72df5ed0b56fbd422 (patch)
treec757723957be6b880d1e0d8d26ae2b1c9c606ed2 /examples/file-toml/Settings.toml
parent4357840e95f3646494ddeea4aae12425dfab2db8 (diff)
Move things around and get some tests in place
Diffstat (limited to 'examples/file-toml/Settings.toml')
-rw-r--r--examples/file-toml/Settings.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/file-toml/Settings.toml b/examples/file-toml/Settings.toml
deleted file mode 100644
index 21fa1e3..0000000
--- a/examples/file-toml/Settings.toml
+++ /dev/null
@@ -1,4 +0,0 @@
-debug = true
-pi = 3.14159
-weight = 150
-location = { x = 10, y = 30 }