mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 19:58:32 +00:00
fix typo in rustdoc-json-types comment
This commit is contained in:
parent
249df9e791
commit
1b5c05433a
@ -677,7 +677,7 @@ pub struct FunctionHeader {
|
|||||||
/// on unwinding for more info.
|
/// on unwinding for more info.
|
||||||
#[derive(Clone, Debug, PartialEq, Eq, Hash, Serialize, Deserialize)]
|
#[derive(Clone, Debug, PartialEq, Eq, Hash, Serialize, Deserialize)]
|
||||||
pub enum Abi {
|
pub enum Abi {
|
||||||
// We only have a concrete listing here for stable ABI's because their are so many
|
// We only have a concrete listing here for stable ABI's because there are so many
|
||||||
// See rustc_ast_passes::feature_gate::PostExpansionVisitor::check_abi for the list
|
// See rustc_ast_passes::feature_gate::PostExpansionVisitor::check_abi for the list
|
||||||
/// The default ABI, but that can also be written explicitly with `extern "Rust"`.
|
/// The default ABI, but that can also be written explicitly with `extern "Rust"`.
|
||||||
Rust,
|
Rust,
|
||||||
|
Loading…
Reference in New Issue
Block a user