Skip to content

Commit 44cc310

Browse files
committed
stable_mir: docs clarification
1 parent c40cfcf commit 44cc310

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

Lines changed: 1 addition & 1 deletion
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)