File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - master
6+ pull_request :
7+ merge_group :
68
79env :
810 CARGO_INCREMENTAL : 0
2830 run : cargo doc --all --no-deps --document-private-items
2931
3032 - name : Deploy Docs
33+ if : github.event_name == 'push' && github.repository == 'rust-lang/rust-analyzer' && github.ref == 'refs/heads/master'
3134 uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
3235 with :
3336 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ impl AstKeyValueMetaExt for ast::KeyValueMeta {
9292}
9393
9494/// The callback is passed the attribute and the outermost `ast::Attr`.
95- /// Note that one node may map to multiple [`Meta`]s due to `cfg_attr`.
95+ /// Note that one node may map to multiple [`ast:: Meta`]s due to `cfg_attr`.
9696///
9797/// `unsafe(attr)` are passed the inner attribute for now.
9898#[ inline]
You can’t perform that action at this time.
0 commit comments