Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 37c1165

Browse files
authored
Merge pull request #23 from rushmorem/patch-1
remove reference to reql crate
2 parents 793aac0 + 5fb4c10 commit 37c1165

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ fn main() {
124124
- [`binary_macros`] – Macros for decoding base64 and hexadecimal-like encodings
125125
from string literals to [u8] literals at compile time.
126126
- [`autoimpl`] – Macro to generate a default blanket impl for a generic trait.
127-
- [`reql`] – Includes a macro to splice an array of ReQL arguments into another
128-
term.
129127

130128
[`mashup`]: https://github.com/dtolnay/mashup
131129
[`indoc`]: https://github.com/dtolnay/indoc
@@ -136,7 +134,6 @@ fn main() {
136134
[`hexf`]: https://github.com/lifthrasiir/hexf
137135
[`binary_macros`]: https://github.com/golddranks/binary_macros
138136
[`autoimpl`]: https://github.com/blakepettersson/autoimpl
139-
[`reql`]: https://docs.rs/reql/0.0.8/reql/macro.args.html
140137

141138
## Limitations
142139

0 commit comments

Comments
 (0)