Skip to content

Commit e90d779

Browse files
authored
fixes: docu merge (#123)
1 parent fbdf9ea commit e90d779

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/rustdoc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: rustdoc
22
on:
3-
pull_request:
4-
branches: [ "master" ]
3+
push:
4+
branches:
5+
- master
56

67

78
env:

uvls/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ use flexi_logger::FileSpec;
3737
use get_port::Ops;
3838

3939
use hashbrown::HashMap;
40+
use ide::actions;
4041
use log::info;
4142
use percent_encoding::percent_decode_str;
4243
use serde::Serialize;

0 commit comments

Comments
 (0)