Skip to content

Commit

Permalink
Remove doc comment while trouble shooting doctests.
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipbaird committed Feb 5, 2023
1 parent af8d176 commit d212b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// Internal server code we do not want in the ui code.
// Internal server code we do not want in the ui code.

pub fn hello_world() {
println!("Hello World!");
Expand Down

0 comments on commit d212b43

Please sign in to comment.