Skip to content

Commit 59129ca

Browse files
committed
Add empty main to satisfy mdbook
1 parent e2845c6 commit 59129ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

functional/generics-type-classes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@ impl FileDownloadRequest<Nfs> {
176176
self.protocol.mount_point()
177177
}
178178
}
179+
180+
fn main() {
181+
// your code here
182+
}
179183
```
180184

181185
With this approach, if the user were to make a mistake and use the wrong

0 commit comments

Comments
 (0)