Skip to content

Commit d7c48d6

Browse files
daxpeddaModProg
authored andcommitted
Adjust description to a proc-macro attribute
1 parent 7d53210 commit d7c48d6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
## Description
88

9-
Derive macro to simplify deriving standard and other traits with custom
10-
generic type bounds.
9+
Attribute proc-macro to simplify deriving standard and other traits with
10+
custom generic type bounds.
1111

1212
## Usage
1313

14-
The `derive_where` macro can be used just like std's `#[derive(...)]`
14+
The `derive_where` attribute can be used just like std's `#[derive(...)]`
1515
statements:
1616

1717
```rust

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
//! # Description
88
//!
9-
//! Derive macro to simplify deriving standard and other traits with custom
10-
//! generic type bounds.
9+
//! Attribute proc-macro to simplify deriving standard and other traits with
10+
//! custom generic type bounds.
1111
//!
1212
//! # Usage
1313
//!
14-
//! The `derive_where` macro can be used just like std's `#[derive(...)]`
14+
//! The `derive_where` attribute can be used just like std's `#[derive(...)]`
1515
//! statements:
1616
//!
1717
//! ```

0 commit comments

Comments
 (0)