hickory-dns/.rustfmt.toml
Benjamin Fry e137e72f34
Balboah fix/missing cname records (#1033)
* Allow CNAME records on A/AAAA lookups

Fixes #184

* rustfmt

* Fix cname chain min TTL test

The test assumed that the CNAME record wouldn't be returned.
Now we only check that the A record TTLs were changed

* Fix lookup integration tests & max query depth

- include cname record in test
- move max query depth check

* add preserve_intermediates option

* preserve records across queries

* add as_lookup to LookupIp

Co-authored-by: Johnny Bergström <github@joonix.se>
2020-02-27 17:42:19 -08:00

5 lines
119 B
TOML

edition = "2018"
# use_try_shorthand = true
# error_on_line_overflow = false
# error_on_line_overflow_comments = false