-
Notifications
You must be signed in to change notification settings - Fork 11
Release first v0.12 alpha #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #102 +/- ##
===========================================
+ Coverage 70.43% 84.45% +14.01%
===========================================
Files 18 18
Lines 2757 2798 +41
===========================================
+ Hits 1942 2363 +421
+ Misses 815 435 -380 ☔ View full report in Codecov by Sentry. |
a9b1439 to
f5ac8f3
Compare
7b3cf68 to
1151513
Compare
| CommentKind::Hashbang => format!("#!{}", self.content.as_ref()), | ||
| CommentKind::Single => write!(f, "//{}", self.content), | ||
| CommentKind::Multi => write!(f, "/*{}*/", self.content), | ||
| CommentKind::Html => write!(f, "<!--{}-->", self.content), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing tail content
| use std::fmt::Debug; | ||
| use std::rc::Rc; | ||
|
|
||
| /// A 2 element buffer of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a 3 element array?
No description provided.