Skip to content

Commit

Permalink
chore: address new rustdoc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Mira Ressel committed Oct 11, 2023
1 parent d2936d6 commit f925f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/primitives/runtime-interface/src/pass_by.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//! Provides the [`PassBy`](PassBy) trait to simplify the implementation of the
//! Provides the [`PassBy`] trait to simplify the implementation of the
//! runtime interface traits for custom types.
//!
//! [`Codec`], [`Inner`] and [`Enum`] are the provided strategy implementations.
Expand Down

0 comments on commit f925f9d

Please sign in to comment.