Skip to content

Commit e5e7d16

Browse files
authored
Rollup merge of rust-lang#115044 - RalfJung:smir, r=spastorino
stable_mir: docs clarification
2 parents 3e4d2ad + 44cc310 commit e5e7d16

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_smir/src/stable_mir

1 file changed

+1
-1
lines changed

compiler/rustc_smir/src/stable_mir/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Module that implements the public interface to the Stable MIR.
22
//!
3-
//! This module shall contain all type definitions and APIs that we expect 3P tools to invoke to
3+
//! This module shall contain all type definitions and APIs that we expect third-party tools to invoke to
44
//! interact with the compiler.
55
//!
66
//! The goal is to eventually move this module to its own crate which shall be published on

0 commit comments

Comments
 (0)