Skip to content

Commit e24c557

Browse files
committed
Another comment for batch merge
1 parent a66b95c commit e24c557

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ pub struct ClearText<A> {
135135
message: String,
136136
}
137137

138+
// Another comment which won't fail at rebase
139+
138140
impl<A: Alphabet> ClearText<A> {
139141
pub fn try_new<T: ToString>(message: T) -> Result<Self, CharacterNotInAlphabet> {
140142
let message = message.to_string();

0 commit comments

Comments
 (0)