server: cleanup lint.
This commit is contained in:
@@ -63,7 +63,7 @@ pub struct Message {
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
struct UnhandledContentType {
|
||||
pub struct UnhandledContentType {
|
||||
text: String,
|
||||
}
|
||||
|
||||
@@ -75,7 +75,7 @@ impl UnhandledContentType {
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
struct PlainText {
|
||||
pub struct PlainText {
|
||||
text: String,
|
||||
}
|
||||
|
||||
@@ -87,7 +87,7 @@ impl PlainText {
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
struct Html {
|
||||
pub struct Html {
|
||||
html: String,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user