WIP: RustDocs for zone tree support. Moves and renames some types and… #1552
Annotations
11 errors
|
Run cargo clippy --all-features --all-targets -- -D warnings:
src/zonefile/parsed.rs#L174
type `zonefile::parsed::Owners<zonefile::parsed::Normal>` is more private than the item `zonefile::parsed::Zonefile::normal`
|
Run cargo clippy --all-features --all-targets -- -D warnings:
src/zonefile/parsed.rs#L174
type `zonefile::parsed::Normal` is more private than the item `zonefile::parsed::Zonefile::normal`
|
Run cargo clippy --all-features --all-targets -- -D warnings:
src/zonefile/parsed.rs#L178
type `zonefile::parsed::Owners<zonefile::parsed::ZoneCut>` is more private than the item `zonefile::parsed::Zonefile::zone_cuts`
|
Run cargo clippy --all-features --all-targets -- -D warnings:
src/zonefile/parsed.rs#L178
type `zonefile::parsed::ZoneCut` is more private than the item `zonefile::parsed::Zonefile::zone_cuts`
|
Run cargo clippy --all-features --all-targets -- -D warnings:
src/zonefile/parsed.rs#L182
type `zonefile::parsed::Owners<zonetree::types::SharedRr>` is more private than the item `zonefile::parsed::Zonefile::cnames`
|
Run cargo clippy --all-features --all-targets -- -D warnings:
src/zonefile/parsed.rs#L186
type `zonefile::parsed::Owners<zonefile::parsed::Normal>` is more private than the item `zonefile::parsed::Zonefile::out_of_zone`
|
Run cargo clippy --all-features --all-targets -- -D warnings:
src/zonefile/parsed.rs#L186
type `zonefile::parsed::Normal` is more private than the item `zonefile::parsed::Zonefile::out_of_zone`
|
Run cargo clippy --all-features --all-targets -- -D warnings:
src/zonetree/answer.rs#L16
missing documentation for a struct
|
Run cargo clippy --all-features --all-targets -- -D warnings:
src/zonetree/answer.rs#L28
missing documentation for an associated function
|
Run cargo clippy --all-features --all-targets -- -D warnings:
src/zonetree/answer.rs#L36
missing documentation for an associated function
|
Loading