aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-02-18 11:21:25 +0000
committerAleksey Kladov <[email protected]>2019-02-18 11:29:39 +0000
commit062aa9723583cd6dae17b3bbe604ec7ad6c0394b (patch)
tree059b9b1db3eb6c859fdc2fcc229d75a671b9f6c8 /Cargo.lock
parent74288ae272029262beffb7696752a222e36fe49e (diff)
move public API to top of the file
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 39bfcde41..25ad749ee 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1128,7 +1128,6 @@ dependencies = [
1128 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 1128 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1129 "notify 4.0.9 (registry+https://github.com/rust-lang/crates.io-index)", 1129 "notify 4.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
1130 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 1130 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1131 "ra_arena 0.1.0",
1132 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1131 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1133 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1132 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1134 "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", 1133 "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)",