Skip to content

Commit cbff8b4

Browse files
committed
add comments about autogen'd files
1 parent 2b48f67 commit cbff8b4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

backend/src/connector/client.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
//! This file was modified in order to get rid of the "swagger" crate, which brings
99
//! a lot of unnecessary dependencies (for example, openssl, which can cause problems
1010
//! when creating docker images, even if we use only the http client). In addition,
11-
//! some refactoring was done to reduce the code size (from 2k-ish LOC to 500).
11+
//! some refactoring was done in order to:
12+
//! 1. Reduce the code size (from 2k-ish LOC to 500).
13+
//! 2. Provide new functionality, e.g. adding authorization (and other) headers for
14+
//! new requests
15+
//! 3. Unify error handling with `error_stack`
1216
//!
1317
1418
#![allow(

0 commit comments

Comments
 (0)