Commit a4a81a1
committed
fix(server): re-export CredentialValidator from crate root
Devolutions#1270 (wildcard cleanup) replaced `pub use server::*` with an explicit
re-export list. This PR predates that change, so without an update the
trait would be defined in server.rs but unreachable from downstream
consumers via `ironrdp_server::CredentialValidator`.
Adds CredentialValidator to the explicit list in lib.rs.1 parent fe37ac3 commit a4a81a1
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments