Skip to content

Commit 9d110f4

Browse files
committed
remove badges and useless comments
see [rust-lang/crates.io/issues/2436](rust-lang/crates.io#2436)
1 parent 767126a commit 9d110f4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Cargo.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ for development etc. See README.md for details.
3131
"""
3232
edition = "2018"
3333

34-
[badges]
35-
36-
travis-ci = { repository = "ceph/ceph-rust", branch = "master" }
37-
3834
[dependencies]
3935
bitflags = "1.2.1"
4036
byteorder = "1"
@@ -50,10 +46,3 @@ tracing = "0.1"
5046
[features]
5147
default = []
5248
rados_striper = []
53-
54-
# Run the example as follows: `cargo run --example ceph`
55-
56-
# [[bin]]
57-
# doc = true
58-
# name = "ceph"
59-
# path = "examples/ceph.rs"

0 commit comments

Comments
 (0)