Skip to content

Commit

Permalink
Unrolled build for rust-lang#131529
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#131529 - suaviloquence:1-fix-typo, r=aDotInTheVoid

rustdoc-json-types: fix typo in comment
  • Loading branch information
rust-timer authored Oct 11, 2024
2 parents ce697f9 + 1b5c054 commit 5d7b61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rustdoc-json-types/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ pub struct FunctionHeader {
/// on unwinding for more info.
#[derive(Clone, Debug, PartialEq, Eq, Hash, Serialize, Deserialize)]
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
/// The default ABI, but that can also be written explicitly with `extern "Rust"`.
Rust,
Expand Down

0 comments on commit 5d7b61e

Please sign in to comment.