Define $$ I(r) = \int_0^{2\pi}\frac{\cos t- r}{1 - 2r\cos t + r^2}\,dt $$ over $r\in [0,1)$. Numerical experiments suggest $I(r) = 0$ for all $r\in [0,1)$. But I can't show this analytically.
This integral appears when computing the Cauchy transform of $\overline z$ over a unit circle. The latter, therefore, seems to be constantly zero.
An alternative proof using complex methods:
For $0< r < 1$ let $$ f_r \colon B_\frac{1}{r} (0) \to \mathbb{C} \, , \, f_r(z) = \frac{- \ln(1-rz)}{z} \, , $$ where $f_r(0) = r $ . Then $f_r$ is holomorphic, so $$ I(r) \equiv - \int \limits_0^{2\pi} \ln(1-r \mathrm{e}^{\mathrm{i}t}) \, \mathrm{d} t = - \mathrm{i} \int \limits_{S^1} f_r(z) \, \mathrm{d} z = 0 $$ holds by Cauchy's theorem. If you are not familiar with complex analysis, you can also show this using the Taylor series of the logarithm: $$ I(r) = \sum \limits_{n=1}^\infty \frac{r^n}{n} \int \limits_0^{2\pi} \mathrm{e}^{\mathrm{i} n t} \, \mathrm{d} t = 0 \, . $$ This implies \begin{align} \int \limits_0^{2\pi} \frac{\cos(t) - r}{1 - 2 r \cos(t) + r^2} \, \mathrm{d} t &= - \frac{1}{2} \frac{\mathrm{d}}{\mathrm{d} r} \int \limits_0^{2\pi} \ln(1 - 2 r \cos(t) + r^2) \, \mathrm{d} t \\ &= - \frac{1}{2} \frac{\mathrm{d}}{\mathrm{d} r} \int \limits_0^{2\pi} \ln[(1 -r \mathrm{e}^{\mathrm{i} t})(1 -r \mathrm{e}^{-\mathrm{i} t})] \, \mathrm{d} t \\ &= \frac{\mathrm{d}}{\mathrm{d} r} I(r) = \frac{\mathrm{d}}{\mathrm{d} r} 0 = 0 \end{align} as desired.