Skip to content

Commit cbb4251

Browse files
committed
added documentation link and removed useless header in crate documentation
1 parent 0269dfa commit cbb4251

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "code_location"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Jonas Jebing <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
@@ -9,5 +9,6 @@ A library to automatically acquire a code location in a rust source code file.
99
"""
1010
edition = "2018"
1111
repository = "https://github.com/JonasJebing/rust_code_location"
12+
documentation = "https://docs.rs/code_location/"
1213
keywords = ["code", "source", "location", "line", "number"]
1314
categories = ["data-structures", "no-std"]

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//! # `code_location`
2-
//!
31
//! A library to automatically acquire a code location in a rust source code file.
42
//!
53
//! The library provides the [`code_location!()`] macro.

0 commit comments

Comments
 (0)