Merge pull request #5043 from calebcartwright/another-subtree-sync
sync subtree
This commit is contained in:
commit
50369f5bc0
@ -403,7 +403,7 @@ enum CodeBlockAttribute {
|
||||
impl CodeBlockAttribute {
|
||||
/// Parse comma separated attributes list. Return rust only if all
|
||||
/// attributes are valid rust attributes
|
||||
/// See https://doc.rust-lang.org/rustdoc/print.html#attributes
|
||||
/// See <https://doc.rust-lang.org/rustdoc/print.html#attributes>
|
||||
fn new(attributes: &str) -> CodeBlockAttribute {
|
||||
for attribute in attributes.split(",") {
|
||||
match attribute.trim() {
|
||||
|
@ -4,3 +4,5 @@ version = "0.1.0"
|
||||
edition = "2018"
|
||||
[dependencies]
|
||||
c = { path = "../ws/c" }
|
||||
|
||||
[workspace]
|
||||
|
Loading…
x
Reference in New Issue
Block a user