summaryrefslogtreecommitdiff
path: root/src/key/static.rs
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2023-04-10 08:57:22 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2023-04-10 08:57:22 +0900
commite09dd45244e56e863482b7bef30617fd0c692105 (patch)
treef24f806cbe1b8c2c937f16a9f591aa5179789449 /src/key/static.rs
downloadrust-slog-upstream.tar.gz
rust-slog-upstream.tar.bz2
rust-slog-upstream.zip
Import slog 2.7.0upstream/2.7.0upstream
Diffstat (limited to 'src/key/static.rs')
-rw-r--r--src/key/static.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/key/static.rs b/src/key/static.rs
new file mode 100644
index 0000000..0465ed5
--- /dev/null
+++ b/src/key/static.rs
@@ -0,0 +1,2 @@
+/// Key type
+pub type Key = &'static str;