Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix incorrect inner doc comments #534

Merged
merged 1 commit into from
Jul 15, 2023

Conversation

wackbyte
Copy link
Contributor

Replaces ///! with //!.

Replaces `///!` with `//!`.
@codecov
Copy link

codecov bot commented Jul 14, 2023

Codecov Report

Merging #534 (93219da) into main (5e92c70) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #534      +/-   ##
==========================================
- Coverage   84.38%   84.37%   -0.01%     
==========================================
  Files         275      275              
  Lines       31185    31185              
==========================================
- Hits        26315    26312       -3     
- Misses       4870     4873       +3     
Impacted Files Coverage Δ
crates/mun_abi/src/primitive.rs 80.00% <ø> (ø)
crates/mun_codegen/src/value/mod.rs 62.80% <ø> (ø)
crates/mun_diagnostics/src/hir.rs 96.87% <ø> (ø)
crates/mun_syntax/src/parsing/event.rs 94.59% <ø> (ø)
crates/mun_target/src/abi/align.rs 92.00% <ø> (ø)
crates/mun_target/src/abi/integer.rs 0.00% <ø> (ø)
crates/mun_target/src/abi/mod.rs 65.18% <ø> (ø)
crates/mun_target/src/abi/size.rs 81.81% <ø> (ø)
crates/mun_vfs/src/monitor.rs 69.66% <ø> (ø)
crates/mun_compiler/src/lib.rs 62.92% <100.00%> (ø)
... and 1 more

... and 1 file with indirect coverage changes

@baszalmstra baszalmstra merged commit 42fadbd into mun-lang:main Jul 15, 2023
16 of 18 checks passed
@baszalmstra
Copy link
Collaborator

Thank you!

@Wodann Wodann added this to the Mun v0.5.0 milestone Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants