Skip to content

Commit 4cc9df0

Browse files
committed
Fix formatting of return from main types list
1 parent 381201f commit 4cc9df0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ attribute must take no arguments, must not declare any
230230
type must be one of the following:
231231

232232
* `()`
233-
<!-- * `!` -->
234233
* `Result<(), E> where E: Error`
234+
<!-- * `!` -->
235235
<!-- * Result<!, E> where E: Error` -->
236236

237237
> Note: The implementation of which return types are allowed is determined by

src/crates-and-source-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ A crate that contains a `main` [function] can be compiled to an executable. If a
7272
type must be one of the following:
7373

7474
* `()`
75-
<!-- * `!` -->
7675
* `Result<(), E> where E: Error`
76+
<!-- * `!` -->
7777
<!-- * Result<!, E> where E: Error` -->
7878

7979
> Note: The implementation of which return types are allowed is determined by

0 commit comments

Comments
 (0)