Skip to content

Commit e32f9d9

Browse files
author
Hui Zhu
authored
Merge pull request #40 from Tim-Zhang/remove-ttrpc-rs
Remove src/ttrpc.rs from repo
2 parents 09cd926 + 8edc809 commit e32f9d9

File tree

3 files changed

+2
-1110
lines changed

3 files changed

+2
-1110
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Cargo.lock
88
*.o
99
example/protocols/**/*.rs
1010
!example/protocols/**/mod.rs
11+
src/ttrpc.rs

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
all: check debug test
1+
all: debug check test
22

33
#
44
# Build

0 commit comments

Comments
 (0)