Get rid of the distinction between method
and function
in rustdoc JSON output
#100259
Labels
method
and function
in rustdoc JSON output
#100259
Uh oh!
There was an error while loading. Please reload this page.
Rust has no concept of methods. Distinguishing between these makes no sense and is an artifact of how rustdoc represents these internally - consider for example the ambiguous case
We should remove this distinction before the format is stabilized.
cc @obi1kenobi @CraftSpider @camelid
The text was updated successfully, but these errors were encountered: