You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of the function headers kind of run together and it's hard to determine where they stop. Perhaps the "fix" is just to add a bit of spacing between them.
The text was updated successfully, but these errors were encountered:
Why is there a space between get_client_handle and query and not between the other functions? I'm in favor of simply adding some space between the function definitions.
I assume that there's a division between required methods and provided methods. FWIW, I think that differentiating between them is useful in the general sense.
Do we want a full newline between long functions or just a bit of space? Looking at the generated HTML, just a bit of space might be hard since each function doesn't have its own tag. We can change that of course.
Looking at the docs for trust-dns' 0.10.4
trust_dns::client::Client
:All of the function headers kind of run together and it's hard to determine where they stop. Perhaps the "fix" is just to add a bit of spacing between them.
The text was updated successfully, but these errors were encountered: