Skip to content

Commit

Permalink
Merge pull request #1281 from fitzgen/new-fn-once
Browse files Browse the repository at this point in the history
Add support for `FnOnce` to `Closure<T>`
  • Loading branch information
fitzgen authored Mar 1, 2019
2 parents 1299a20 + b5a8e98 commit ba84db5
Show file tree
Hide file tree
Showing 6 changed files with 463 additions and 65 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ features = ['serde-serialize']

[lib]
test = false
doctest = false

[features]
default = ["spans", "std"]
Expand Down
2 changes: 1 addition & 1 deletion ci/azure-install-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ steps:
displayName: "Add WebAssembly target via rustup"
- task: NodeTool@0
inputs:
versionSpec: '10.x'
versionSpec: '>=10.11'
Loading

0 comments on commit ba84db5

Please sign in to comment.