Skip to content

Commit 5fb4c10

Browse files
authored
remove reference to reql crate
It no longer uses this crate due to dtolnay#15.
1 parent 793aac0 commit 5fb4c10

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)