Skip to content

Commit

Permalink
stable_mir: docs clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Aug 21, 2023
1 parent c40cfcf commit 44cc310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_smir/src/stable_mir/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Module that implements the public interface to the Stable MIR.
//!
//! This module shall contain all type definitions and APIs that we expect 3P tools to invoke to
//! This module shall contain all type definitions and APIs that we expect third-party tools to invoke to
//! interact with the compiler.
//!
//! The goal is to eventually move this module to its own crate which shall be published on
Expand Down

0 comments on commit 44cc310

Please sign in to comment.